home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / applications / databases / db2.5.lha / db2.5 / Examples / ARexxDemos / Expand.db < prev    next >
Encoding:
Text File  |  1994-09-03  |  241 b   |  10 lines

  1. /* Rexxprogram for db that expands some shortcuts  */
  2. Options Results
  3. GETFIELD
  4. select
  5.     when result = '1' then PUTFIELD 'First'
  6.     when result = '2' then PUTFIELD 'Second'
  7.     when result = '3' then PUTFIELD 'Third'
  8.     otherwise PUTFIELD result
  9. end
  10.